home *** CD-ROM | disk | FTP | other *** search
/ Revista do CD-ROM 167 / cd-rom 167.iso / internet / chrome / ChromeCacheView_setup.exe / {app} / readme.txt < prev   
Encoding:
Text File  |  2009-02-15  |  4.9 KB  |  159 lines

  1.  
  2.  
  3.  
  4. ChromeCacheView v1.15
  5. Copyright (c) 2008 - 2009 Nir Sofer
  6. Web site: http://www.nirsoft.net
  7.  
  8.  
  9.  
  10. Description
  11. ===========
  12.  
  13. ChromeCacheView is a small utility that reads the cache folder of Google
  14. Chrome Web browser, and displays the list of all files currently stored
  15. in the cache. For each cache file, the following information is
  16. displayed: URL, Content type, File size, Last accessed time, Expiration
  17. time, Server name, Server response, and more.
  18. You can easily select one or more items from the cache list, and then
  19. extract the files to another folder, or copy the URLs list to the
  20. clipboard.
  21.  
  22.  
  23.  
  24. The Location Of Chrome Cache Folder
  25. ===================================
  26.  
  27. The cache folder of Google Chrome is located under [User Profile]\Local
  28. Settings\Application Data\Google\Chrome\User Data\Default\Cache
  29.  
  30.  
  31.  
  32. Using ChromeCacheView
  33. =====================
  34.  
  35. ChromeCacheView doesn't require any installation process or additional
  36. DLL files. Simply copy the executable file (ChromeCacheView.exe) to any
  37. folder you like, and run it.
  38. After you run it, the main window displays the list of files currently
  39. stored in the cache of the default Google Chrome user.
  40. You can select one or more cache files from the list, and than export the
  41. list into text/html/xml file ('Save Selected Items' option), copy the URL
  42. list to the clipboard (Ctrl+U), copy the entire table of cache files
  43. (Ctrl+C), and then paste it to Excel or to OpenOffice spreadsheet. You
  44. can also extract the actual files from the cache, and save them into
  45. another folder, You can do that by using the 'Copy Selected Cache Files
  46. To' option (F4).
  47.  
  48.  
  49.  
  50. Versions History
  51. ================
  52.  
  53.  
  54. * Version 1.15:
  55.   o Added support for working with the cache files of Chrome 2.x
  56.  
  57. * Version 1.10:
  58.   o Added 'Show Zero-Length Files' option.
  59.   o Added fileter by file type. (text/html, image, audio, video,
  60.     application)
  61.  
  62. * Version 1.05
  63.   o New option in 'Copy Selected Files To...': Save the files in the
  64.     directory structure of the Web site.
  65.  
  66. * Version 1.00 - First release.
  67.  
  68.  
  69.  
  70. Command-Line Options
  71. ====================
  72.  
  73.  
  74.  
  75. /stext <Filename>
  76. Save the list of all cache files into a regular text file.
  77.  
  78. /stab <Filename>
  79. Save the list of all cache files into a tab-delimited text file.
  80.  
  81. /scomma <Filename>
  82. Save the list of all cache files into a comma-delimited text file.
  83.  
  84. /stabular <Filename>
  85. Save the list of all cache files into a tabular text file.
  86.  
  87. /shtml <Filename>
  88. Save the list of all cache files into HTML file (Horizontal).
  89.  
  90. /sverhtml <Filename>
  91. Save the list of all cache files into HTML file (Vertical).
  92.  
  93. /sxml <Filename>
  94. Save the list of all cache files to XML file.
  95.  
  96. -folder <Cache Folder>
  97. Start ChromeCacheView with the specified cache folder.
  98.  
  99. Examples:
  100. ChromeCacheView.exe -folder "F:\Documents and
  101. Settings\Administrator\Local Settings\Application Data\Google\Chrome\User
  102. Data\Default\Cache"
  103. ChromeCacheView.exe -folder "F:\Documents and Settings\User1\Local
  104. Settings\Application Data\Google\Chrome\User Data\Default\Cache" /shtml
  105. c:\temp\chrm.html
  106. ChromeCacheView.exe /stext c:\temp\chrm.txt
  107.  
  108.  
  109.  
  110. Translating ChromeCacheView to other languages
  111. ==============================================
  112.  
  113. In order to translate ChromeCacheView to other language, follow the
  114. instructions below:
  115. 1. Run ChromeCacheView with /savelangfile parameter:
  116.    ChromeCacheView.exe /savelangfile
  117.    A file named ChromeCacheView_lng.ini will be created in the folder of
  118.    ChromeCacheView utility.
  119. 2. Open the created language file in Notepad or in any other text
  120.    editor.
  121. 3. Translate all string entries to the desired language. Optionally,
  122.    you can also add your name and/or a link to your Web site.
  123.    (TranslatorName and TranslatorURL values) If you add this information,
  124.    it'll be used in the 'About' window.
  125. 4. After you finish the translation, Run ChromeCacheView, and all
  126.    translated strings will be loaded from the language file.
  127.    If you want to run ChromeCacheView without the translation, simply
  128.    rename the language file, or move it to another folder.
  129.  
  130.  
  131.  
  132. License
  133. =======
  134.  
  135. This utility is released as freeware. You are allowed to freely
  136. distribute this utility via floppy disk, CD-ROM, Internet, or in any
  137. other way, as long as you don't charge anything for this. If you
  138. distribute this utility, you must include all files in the distribution
  139. package, without any modification !
  140.  
  141.  
  142.  
  143. Disclaimer
  144. ==========
  145.  
  146. The software is provided "AS IS" without any warranty, either expressed
  147. or implied, including, but not limited to, the implied warranties of
  148. merchantability and fitness for a particular purpose. The author will not
  149. be liable for any special, incidental, consequential or indirect damages
  150. due to loss of data or any other reason.
  151.  
  152.  
  153.  
  154. Feedback
  155. ========
  156.  
  157. If you have any problem, suggestion, comment, or you found a bug in my
  158. utility, you can send a message to nirsofer@yahoo.com
  159.